<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>SIMPLE algorithm</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/SIMPLE_algorithm"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/ext.math.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-SIMPLE_algorithm rootpage-SIMPLE_algorithm skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">SIMPLE algorithm</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<p>In <a href="Computational_fluid_dynamics" title="Computational fluid dynamics">computational fluid dynamics</a> (CFD), the <b>SIMPLE algorithm</b> is a widely used <a href="Numerical_algorithm" class="mw-redirect" title="Numerical algorithm">numerical procedure</a> to solve the <a href="Navier%E2%80%93Stokes_equation" class="mw-redirect" title="Navier–Stokes equation">Navier–Stokes equations</a>. <i>SIMPLE</i> is an acronym for Semi-Implicit Method for Pressure Linked Equations.
</p><p>The SIMPLE algorithm was developed by Prof. <a href="Brian_Spalding" title="Brian Spalding">Brian Spalding</a> and his student <a href="Suhas_Patankar" title="Suhas Patankar">Suhas Patankar</a> at <a href="Imperial_College_London" title="Imperial College London">Imperial College London</a> in the early 1970s. Since then it has been extensively used by many researchers to solve different kinds of fluid flow and heat transfer problems.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
</p><p>Many popular books on computational fluid dynamics discuss the SIMPLE algorithm in detail.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup>
A modified variant is the <i>SIMPLER</i> algorithm (SIMPLE Revised), that was introduced by Patankar in 1979.<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Algorithm">Algorithm</h2></div>
<p>The algorithm is <a href="Iterative" class="mw-redirect" title="Iterative">iterative</a>. The basic steps in the solution update are as follows:
</p>
<ol><li>Set the boundary conditions.</li>
<li>Compute the gradients of velocity and pressure.</li>
<li>Solve the discretized momentum equation to compute the intermediate velocity field.</li>
<li>Compute the uncorrected mass fluxes at faces.</li>
<li>Solve the pressure correction equation to produce cell values of the pressure correction.</li>
<li>Update the pressure field: <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle p^{k+1}=p^{k}+{\text{urf}}\cdot p^{'}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<msup>
<mi>p</mi>
<mrow class="MJX-TeXAtom-ORD">
<mi>k</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msup>
<mo>=</mo>
<msup>
<mi>p</mi>
<mrow class="MJX-TeXAtom-ORD">
<mi>k</mi>
</mrow>
</msup>
<mo>+</mo>
<mrow class="MJX-TeXAtom-ORD">
<mtext>urf</mtext>
</mrow>
<mo>⋅<!-- ⋅ --></mo>
<msup>
<mi>p</mi>
<mrow class="MJX-TeXAtom-ORD">
<msup>
<mi></mi>
<mo>′</mo>
</msup>
</mrow>
</msup>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle p^{k+1}=p^{k}+{\text{urf}}\cdot p^{'}}</annotation>
</semantics>
</math></span><img src="./bed1f59faf6e0eb8017ceb942d4c218931947515.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.671ex; margin-left: -0.089ex; width:19.173ex; height:3.176ex;" alt="{\displaystyle p^{k+1}=p^{k}+{\text{urf}}\cdot p^{'}}" loading="lazy"></span> where urf is the under-relaxation factor for pressure.</li>
<li>Update the boundary pressure corrections <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle p_{b}^{'}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<msubsup>
<mi>p</mi>
<mrow class="MJX-TeXAtom-ORD">
<mi>b</mi>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<msup>
<mi></mi>
<mo>′</mo>
</msup>
</mrow>
</msubsup>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle p_{b}^{'}}</annotation>
</semantics>
</math></span><img src="./9f9ee1c96778e2d63114e625bb7746de47abc965.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -1.005ex; margin-left: -0.089ex; width:2.196ex; height:3.343ex;" alt="{\displaystyle p_{b}^{'}}" loading="lazy"></span>.</li>
<li>Correct the face mass fluxes: <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {\dot {m}}_{f}^{k+1}={\dot {m}}_{f}^{*}+{\dot {m}}_{f}^{'}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<msubsup>
<mrow class="MJX-TeXAtom-ORD">
<mrow class="MJX-TeXAtom-ORD">
<mover>
<mi>m</mi>
<mo>˙<!-- ˙ --></mo>
</mover>
</mrow>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mi>f</mi>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mi>k</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msubsup>
<mo>=</mo>
<msubsup>
<mrow class="MJX-TeXAtom-ORD">
<mrow class="MJX-TeXAtom-ORD">
<mover>
<mi>m</mi>
<mo>˙<!-- ˙ --></mo>
</mover>
</mrow>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mi>f</mi>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mo>∗<!-- ∗ --></mo>
</mrow>
</msubsup>
<mo>+</mo>
<msubsup>
<mrow class="MJX-TeXAtom-ORD">
<mrow class="MJX-TeXAtom-ORD">
<mover>
<mi>m</mi>
<mo>˙<!-- ˙ --></mo>
</mover>
</mrow>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mi>f</mi>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<msup>
<mi></mi>
<mo>′</mo>
</msup>
</mrow>
</msubsup>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle {\dot {m}}_{f}^{k+1}={\dot {m}}_{f}^{*}+{\dot {m}}_{f}^{'}}</annotation>
</semantics>
</math></span><img src="./6e0ac5448409a36197edaa00d91e2b76139e7882.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -1.338ex; width:17.522ex; height:3.843ex;" alt="{\displaystyle {\dot {m}}_{f}^{k+1}={\dot {m}}_{f}^{*}+{\dot {m}}_{f}^{'}}" loading="lazy"></span></li>
<li>Correct the cell velocities: <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {\vec {v}}^{k+1}={\vec {v}}^{*}-{\frac {{\text{Vol}}\ \nabla p^{'}}{{\vec {a}}_{P}^{v}}}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<msup>
<mrow class="MJX-TeXAtom-ORD">
<mrow class="MJX-TeXAtom-ORD">
<mover>
<mi>v</mi>
<mo stretchy="false">→<!-- → --></mo>
</mover>
</mrow>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mi>k</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msup>
<mo>=</mo>
<msup>
<mrow class="MJX-TeXAtom-ORD">
<mrow class="MJX-TeXAtom-ORD">
<mover>
<mi>v</mi>
<mo stretchy="false">→<!-- → --></mo>
</mover>
</mrow>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mo>∗<!-- ∗ --></mo>
</mrow>
</msup>
<mo>−<!-- − --></mo>
<mrow class="MJX-TeXAtom-ORD">
<mfrac>
<mrow>
<mrow class="MJX-TeXAtom-ORD">
<mtext>Vol</mtext>
</mrow>
<mtext> </mtext>
<mi mathvariant="normal">∇<!-- ∇ --></mi>
<msup>
<mi>p</mi>
<mrow class="MJX-TeXAtom-ORD">
<msup>
<mi></mi>
<mo>′</mo>
</msup>
</mrow>
</msup>
</mrow>
<msubsup>
<mrow class="MJX-TeXAtom-ORD">
<mrow class="MJX-TeXAtom-ORD">
<mover>
<mi>a</mi>
<mo stretchy="false">→<!-- → --></mo>
</mover>
</mrow>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mi>P</mi>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mi>v</mi>
</mrow>
</msubsup>
</mfrac>
</mrow>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle {\vec {v}}^{k+1}={\vec {v}}^{*}-{\frac {{\text{Vol}}\ \nabla p^{'}}{{\vec {a}}_{P}^{v}}}}</annotation>
</semantics>
</math></span><img src="./8cb61bd8e73fed2b0c44f3ee756bb069f9db0a1d.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -2.671ex; width:21.371ex; height:6.843ex;" alt="{\displaystyle {\vec {v}}^{k+1}={\vec {v}}^{*}-{\frac {{\text{Vol}}\ \nabla p^{'}}{{\vec {a}}_{P}^{v}}}}" loading="lazy"></span> ; where <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {\nabla p^{'}}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mrow class="MJX-TeXAtom-ORD">
<mi mathvariant="normal">∇<!-- ∇ --></mi>
<msup>
<mi>p</mi>
<mrow class="MJX-TeXAtom-ORD">
<msup>
<mi></mi>
<mo>′</mo>
</msup>
</mrow>
</msup>
</mrow>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle {\nabla p^{'}}}</annotation>
</semantics>
</math></span><img src="./ebe9c383e678dea1fa791c6e23a44ba7d32e34ac.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.671ex; width:3.869ex; height:3.176ex;" alt="{\displaystyle {\nabla p^{'}}}" loading="lazy"></span> is the gradient of the pressure corrections, <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {{\vec {a}}_{P}^{v}}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mrow class="MJX-TeXAtom-ORD">
<msubsup>
<mrow class="MJX-TeXAtom-ORD">
<mrow class="MJX-TeXAtom-ORD">
<mover>
<mi>a</mi>
<mo stretchy="false">→<!-- → --></mo>
</mover>
</mrow>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mi>P</mi>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mi>v</mi>
</mrow>
</msubsup>
</mrow>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle {{\vec {a}}_{P}^{v}}}</annotation>
</semantics>
</math></span><img src="./2cecb75e7e967b20bc919e317048c43805ab548c.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.838ex; width:2.696ex; height:3.009ex;" alt="{\displaystyle {{\vec {a}}_{P}^{v}}}" loading="lazy"></span> is the vector of central coefficients for the discretized linear system representing the velocity equation and Vol is the cell volume.</li>
<li>Update density due to pressure changes.</li></ol>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="PISO_algorithm" title="PISO algorithm">PISO algorithm</a></li>
<li><a href="SIMPLEC_algorithm" title="SIMPLEC algorithm">SIMPLEC algorithm</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFManganiBianchini2007" class="citation conference cs1">Mangani, L.; Bianchini, C. (2007). <a rel="nofollow" class="external text" href="https://flore.unifi.it/retrieve/handle/2158/418277/15222/OFIC-07.pdf"><i>Heat transfer applications in turbomachinery</i></a> <span class="cs1-format">(PDF)</span>. Proceedings of the OpenFOAM International Conference 2007<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-03-16</span></span>.</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite id="CITEREFPatankar1980" class="citation book cs1"><a href="Suhas_Patankar" title="Suhas Patankar">Patankar, S. V.</a> (1980). <i>Numerical Heat Transfer and Fluid Flow</i>. <a href="Taylor_%26_Francis" title="Taylor & Francis">Taylor & Francis</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-0-89116-522-4</bdi>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFFerzigerPeric,_M.2001" class="citation book cs1"><a href="J._H._Ferziger" class="mw-redirect" title="J. H. Ferziger">Ferziger, J. H.</a>; Peric, M. (2001). <i>Computational Methods for Fluid Dynamics</i>. <a href="Springer-Verlag" class="mw-redirect" title="Springer-Verlag">Springer-Verlag</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-540-42074-3</bdi>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite id="CITEREFTannehillAnderson,_D._A.Pletcher,_R._H.1997" class="citation book cs1">Tannehill, J. C.; <a href="Dale_A._Anderson" title="Dale A. Anderson">Anderson, D. A.</a>; Pletcher, R. H. (1997). <span class="id-lock-registration" title="Free registration required"><a rel="nofollow" class="external text" href="https://archive.org/details/computationalflu0000tann"><i>Computational Fluid Mechanics and Heat Transfer</i></a></span>. <a href="Taylor_%26_Francis" title="Taylor & Francis">Taylor & Francis</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>9781560320463</bdi>.</cite></span>
</li>
</ol></div></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2024-06-07" href="https://en.wikipedia.org/wiki/?title=SIMPLE_algorithm&oldid=1227799798">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>